/*
Theme Name: HYP 2019
Theme URI:http://www.goodlookinkids.com
Description:
Version:1.0
Author:Good Lookin Kids Inc.
Author URI:http://www.goodlookinkids.com
Tags:

*/

/* ========================================================================== *\
   RESET
\* ========================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Make HTML 5 elements display block-level for consistent styling */
main, article, section, aside, hgroup, nav, header, footer, figure, figcaption {
  display: block;
}

/* ========================================================================== *\
   GENERAL TAGS
\* ========================================================================== */

* {
	box-sizing: border-box;
}

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	line-height: 27px;
	color: #454E50;
}

p {
	padding-bottom: 25px;
}

h1 {
	font-size: 55px;
	line-height: 65px;
	font-weight: 600;
	padding-bottom: 40px;
}

h2 {
	font-size: 40px;
	line-height: 50px;
	font-weight: 600;
	padding-bottom: 30px;
}

h3 {
	font-size: 30px;
	line-height: 35px;
	font-weight: 600;
	padding-bottom: 20px;	
}

h4 {
	font-size: 20px;
	line-height: 27px;
	font-weight: 700;
	padding-bottom: 30px;
}

a {
	color: #27B7D8;
	text-decoration: none;
    transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}

a:hover {
	color: #F33F2F;
}


a:hover, a:active {
	outline: 0;
}

hr {

}

blockquote {

}

::selection {
	background: #27B7D8;
	color: #ffffff;
}

::-moz-selection {
	background: #27B7D8;
	color: #ffffff;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
	display: block;
	margin: 0 0 40px 40px;
}

dl dt {
	display: list-item;
	list-style-type: disc;
	margin: 0 0 5px 0;
}

/* ========================================================================== *\
   STRUCTURE
\* ========================================================================== */

#wrapper {
	overflow-x: hidden;
}

#header {
	position: relative;
	display: block;
	width: 100%;
	padding: 30px 0;
}

#logo {
	display: block;
	float: left;
	width: 256px;
}

#menu {
	display: block;
	float: right;
	position: relative;
}

#menu ul {
	display: block;
	padding: 20px 0 15px 0;
}

#menu ul li {
	display: block;
	float: left;
	position: relative;
	padding-bottom: 10px;
}

#menu ul li a {
	display: block;
	font-size: 16px;
	line-height: 16px;
	padding: 10px 15px;
	font-weight: 600;
	color: #4F4F4F;
}

#menu ul li a:hover, #menu ul li.current_page_item a, #menu ul li.current-menu-ancestor a {
	color: #27B7D8;
}

#menu ul li.current_page_item ul li a {
	color: #4F4F4F !important;
}

#menu ul li.current_page_item ul li a:hover {
	color: #27B7D8 !important;
}

#menu ul li.button {
	margin-left: 15px;
}

#menu ul li.button a {
	color: #F33F2F;
	border: 1px solid #F33F2F;
	border-radius: 25px;
	padding: 10px 25px;
}

#menu ul li.button a:hover {
	background: #F33F2F;
	color: #ffffff;	
}

#menu ul li:hover > ul {
	display:block;
	-webkit-animation: fadeIn 500ms;
    animation: fadeIn 500ms;
}

#menu ul ul {
	display:none;
	position:absolute;
	top: 100%;
	left: 20px;
	margin: 0;
	text-align: left;
	border-radius: 5px;
	padding:0 !important;
	z-index: 999;
	background-color: #ffffff;
	min-width: 280px;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
} 

#menu ul ul li {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	float: none;
	border-bottom: 1px solid #eeeeee;
}

#menu ul ul li:first-child {
	border-radius: 5px 5px 0 0;	
}

#menu ul ul li:last-child {
	border-radius: 0 0 5px 5px;	
}

#menu ul ul ul {
	top: 0px;
	left: 100%;
	margin: 0;
	text-align: left;	
}

#menu ul ul li a, #menu ul li.current-menu-ancestor ul li a {
	font-weight: normal;
	padding: 15px 20px;
	color: #4F4F4F;
}

#menu ul ul li a, #menu ul li.current-menu-item ul li a {
	color: #4F4F4F;	
}

#menu ul ul li a:hover, #menu ul li.current-menu-item ul li a:hover {
	color: #27B7D8;
}

#menu ul li.current-menu-ancestor ul li a:hover, #menu ul li.current-menu-ancestor ul li.current_page_item a {
	color: #27B7D8;
}

#menu ul li.phone {
	position: absolute;
	top: -20px;
	right: -10px;
}

#menu ul li.phone a {
	font-size: 18px;
}

#menu ul li.phone a:before {
	display: block;
	float: left;
	content: "\f095";
	font-family: fontAwesome;
	margin-right: 5px;
	font-size: 24px;
	margin-bottom: -15px;
}

#footer {
	display: block;
	width: 100%;
	background:#333333;
	padding: 50px 0;
	margin-top: 80px;
	font-size: 18px;
	color: #CCCCCC;
	border-radius: 30px 30px 0 0;
}

#footer a {
	color: #ffffff;
}

#footer a:hover {
	opacity: 0.5;	
}

#footer ul {
	display: block;
}

#footer ul li {
	display: block;
	margin-bottom: 20px;
}

#footer ul li.button {
	display: none;	
}

#footer .btn.ghost {
	color: #ffffff;
	background: transparent;
	border-color: #ffffff;
	padding: 10px 30px;
}

#footer .btn.ghost:hover {
	background: #ffffff;
	color: #333333;
	opacity: 1;
}

.legal {
	display: block;
	padding: 40px 0 0 0;
}

/* ========================================================================== *\
   MOBILE MENU
\* ========================================================================== */

.menuBtn {
	display: none;
	position: absolute;
	top: 40px;
	right: 40px;
	width: 60px;
	z-index: 9999999;
	overflow: hidden;
	padding: 10px;
	cursor: pointer;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.menuBtn.active:before {
	-webkit-animation: slideLeft 0.2s 0.05s ease-out forwards;
	animation: slideLeft 0.2s 0.05s ease-out forwards;
}

.menuBtn.active:after {
	-webkit-animation: slideRight 0.2s 0.05s ease-out forwards;
	animation: slideRight 0.2s 0.05s ease-out forwards;
}

.menuBtn.active .bar {
	-webkit-animation: rotate45 0.2s ease-out forwards;
	animation: rotate45 0.2s ease-out forwards;
}

.menuBtn.active .bar:last-child {
	-webkit-animation: rotate135 0.2s 0.2s ease-out forwards;
	animation: rotate135 0.2s 0.2s ease-out forwards;
}

.menuBtn.backState:before {
	-webkit-transform: translateX(-120%);
	transform: translateX(-120%);
	-webkit-animation: slideBack 0.2s 0.05s ease-out forwards;
	animation: slideBack 0.2s 0.05s ease-out forwards;
}

.menuBtn.backState:after {
	-webkit-transform: translateX(120%);
	transform: translateX(120%);
	-webkit-animation: slideBack 0.2s 0.05s ease-out forwards;
	animation: slideBack 0.2s 0.05s ease-out forwards;
}

.menuBtn.backState .bar {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: rotateBack 0.2s ease-out forwards;
	animation: rotateBack 0.2s ease-out forwards;
}

.menuBtn.backState .bar:last-child {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	-webkit-animation: rotateBack 0.2s 0.2s ease-out forwards;
	animation: rotateBack 0.2s 0.2s ease-out forwards;
}

.menuBtn:before {
	content: '';
	display: block;
	width: 40px;
	height: 4px;
	background: #454e50;
	border-radius: 20px;
}

.menuBtn:after {
	content: '';
	display: block;
	width: 40px;
	height: 4px;
	background: #454e50;
	border-radius: 20px;
}

.menuBtn .bar {
	display: block;
	width: 40px;
	height: 4px;
	background: #454e50;
	margin: 7px 0;
	border-radius: 20px;
}

.menuBtn .bar:last-child {
	opacity: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 13px;
}

@-webkit-keyframes rotate135 {
	form {
		opacity: 1;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	to {
		opacity: 1;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
		background: #ffffff;
	}
}

@keyframes rotate135 {
	form {
		opacity: 1;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	to {
		opacity: 1;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
		background: #ffffff;
	}
}

@-webkit-keyframes rotate45 {
	to {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		background: #ffffff;
	}
}

@keyframes rotate45 {
	to {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		background: #ffffff;
	}
}

@-webkit-keyframes rotateBack {
	to {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@keyframes rotateBack {
	to {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@-webkit-keyframes slideRight {
	to {
		-webkit-transform: translateX(150%);
		transform: translateX(150%);
	}
}

@keyframes slideRight {
	to {
		-webkit-transform: translateX(150%);
		transform: translateX(150%);
	}
}

@-webkit-keyframes slideLeft {
	to {
		-webkit-transform: translateX(-150%);
		transform: translateX(-150%);
	}
}

@keyframes slideLeft {
	to {
		-webkit-transform: translateX(-150%);
		transform: translateX(-150%);
	}
}

@-webkit-keyframes slideBack {
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes slideBack {
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

/* ========================================================================== *\
   HOME PAGE STYLES
\* ========================================================================== */

#hero.home {
	display: block;
	min-height: 700px;
	font-size: 20px;
	line-height: 30px;
}

#hero.home .content {
	width: 1400px;
	padding: 40px 0;
	min-height: 700px;
}

#hero.home .btn {
	margin-right: 20px;	
}

.intro {
	padding: 20px 0 0 0;
}

#videoThumb {
	display: block;
	cursor: pointer;
	position: relative;
	border-radius: 30px;
}

#videoThumb img {
	border-radius: 30px;
	display: block;
}

#videoThumb:hover .playBtn {
	box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
	transform: translateY(-5px);
}

.playBtn {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 160px;
	height: 160px;
	border-radius: 320px;	
	margin: -80px 0 0 -80px;
	background: url('images/play.svg');
	background-position: left 70px center;
	background-repeat: no-repeat;
	background-size: 40px 60px;
	background-color: #ffffff;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	box-sizing: content-box;
}

#highlights {
	display: block;
	width: 100%;
	margin-top: -180px;
	background: url('images/gradient.svg');
	background-size: 100% 900px !important;
	background-repeat: no-repeat;
	background-position: center top 180px;
	font-size: 19px;
	line-height: 26px;
}

#highlights ul {
	display: block;
	max-width: 1140px;
	margin: 0 auto 40px auto;
}

#highlights ul li {
	display: block;
	position: relative;
	border-radius: 30px;
	margin: 0 0 40px 0;
	background-size: cover !important;
	background-position: center center !important;
}

#highlights ul li .inner {
	display: block;
	position: relative;
	border-radius: 30px;
	padding: 40px;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(-45deg, rgba(247,159,74,0.7) 0%, rgba(237,36,60,0.7) 100%);
	color: #ffffff;
}

#highlights ul li .inner img {
	display: inline-block;	
}

#highlights .subhead {
	position: absolute;
	top: 30px;
	left: 40px;
}

.subhead {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	margin-bottom: 10px;
}

.details {
	display: block;
	position: absolute;
	bottom: 40px;
	left: 40px;
}

#highlights .btn.ghost, 
#classHighlights .btn.ghost {
	color: #ffffff !important;
	border-color: #ffffff !important;
	padding: 10px 20px;
	font-size: 14px;
}

#highlights .btn.ghost:hover, 
#classHighlights .btn.ghost:hover {
	border-color: #ffffff !important;
	background: #ffffff !important;
	color: #454E50 !important;
}

/* ==== CONDITIONAL LI ==== */

#highlights ul li:first-child, 
#highlights ul li:nth-child(2) {
	width: 48.5%;
	height: 380px;	
	float: left;
	clear: left;
}

#highlights ul li:nth-child(3) {
	width: 48.5%;
	height: 800px;
	margin: -420px 0 0 3%;
	float: right;
	clear: right;
}

#highlights ul li:nth-child(4), #highlights ul li:nth-child(5) {
	clear: both;
	width: 100%;
	height: 280px;
}

#highlights ul li:nth-child(2) .inner {
	background-image: linear-gradient(-44deg, rgba(248,191,17,0.8) 0%, rgba(255,104,0,0.8) 100%);
}

#highlights ul li:nth-child(3) .inner {
	background-image: linear-gradient(-43deg, rgba(149,80,227,0.7) 0%, rgba(39,121,216,0.7) 100%);
}

#highlights ul li:nth-child(4) .inner {
	background-image: linear-gradient(-45deg, rgba(26,134,166,0.7) 0%, rgba(46,194,174,0.7) 100%);
}

#highlights ul li:nth-child(3) .inner .details {
	bottom: inherit;
	top: 45%;
	margin-top: -110px;
	left: 40px;
	right: 80px;
}

#highlights ul li:nth-child(3) .inner .details h3 {
	max-width: 280px;
}

#highlights ul li:nth-child(4) .subhead, #highlights ul li:nth-child(5) .subhead {
	width: 100%;
	left: 0;
	text-align: center;
}

#highlights ul li:nth-child(4) .inner .details, 
#highlights ul li:nth-child(5) .inner .details {
	right: 40px;
	bottom: 10px;
}

#highlights ul li:nth-child(4) .inner .details p, 
#highlights ul li:nth-child(5) .inner .details p {
	max-width: 100%;
}

#classHighlights ul {
	display: block;
	max-width: 1140px;
	margin: 0 auto 40px auto;
}

#classHighlights ul li {
	display: block;
	position: relative;
	float: left;
	width: 31%;
	min-height: 280px;
	margin: 0 3% 40px 0;
	border-radius: 30px;
	background-size: cover !important;
	background-position: center center !important;
}

#classHighlights ul li:last-child {
	margin-right: 0px;	
}

#classHighlights ul li .inner {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border-radius: 30px;
	padding: 40px 20px;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	background-image: linear-gradient(-45deg, rgba(247,159,74,0.7) 0%, rgba(237,36,60,0.7) 100%);
	color: #ffffff;
}


#classHighlights ul li:nth-child(2) .inner {
	background-image: linear-gradient(-44deg, rgba(248,191,17,0.8) 0%, rgba(255,104,0,0.8) 100%);
}

#classHighlights ul li:last-child .inner {
	background-image: linear-gradient(-43deg, rgba(149,80,227,0.7) 0%, rgba(39,121,216,0.7) 100%);
}

#reviews {
	display: block;
	width: 100%;
	padding: 80px 0 40px 0;
	background: url('images/gradient.svg');
	background-size: 100% 660px !important;
	background-repeat: no-repeat;
	background-position: center top 315px;
	font-size: 20px;
	line-height: 30px;
}

#reviews h2 {
	padding: 20px 0;
}

#oneLocal {
	display: block;
	width: 100%;
	margin-bottom: 100px;
}

/* ========================================================================== *\
   OAKVILLE CALLOUT STYLES
\* ========================================================================== */

#oakvilleCallout {
	display: block;
	padding: 50px 0 0 0;
	margin-bottom: 250px;
}

#oakvilleCallout h2 {
	display: block;
	max-width: 540px;
}

#oakvilleCalloutThumb {
	display: block;
	border-radius: 30px;
}

#oakvilleCalloutThumb img {
	border-radius: 30px;
	display: block; 
}

/* ========================================================================== *\
   LIVESTREAM STYLES
\* ========================================================================== */

#livestreamContainer {
	display: block;
	padding: 50px 0 0 0;
	margin-bottom: 250px;
}

#livestreamThumb {
	display: block;
	border-radius: 30px;
}

#livestreamThumb img {
	border-radius: 30px;
	display: block; 
}

/* ========================================================================== *\
   MEMBERSHIPS
\* ========================================================================== */

#container ul.memberships {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0 40px 0;
	align-items: flex-start;
}

#container ul.memberships li {
	display: block;
	margin: 0 auto;
	list-style-type: none;
	height: 100%;
	width: 30%;
}

ul.memberships li .callout {
	display: block;
	position: relative;
	height: 100%;
	min-height: 0;
	text-align: left;
	padding: 80px 40px 40px 40px;
	margin-top: 40px;
	border: 5px solid #ffffff;
	box-shadow: 0px 2px 10px rgba(0,0,0,0.2);	
}

#container ul.memberships li .callout ul li {
	display: list-item;
	width: 100%;
	list-style-type: disc;
	margin-bottom: 5px;
}

ul.memberships li .callout h4 {
	padding-bottom: 20px;
	font-size: 24px;
	line-height: 30px;	
}

ul.memberships li .callout .price {
	display: block;
	width: 120px;
	height: 120px;
	color: #ffffff;
	background: #27B7D8;
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	line-height: 120px;
	border-radius: 100%;
	
	position: absolute;
	top: -60px;
	left: 50%;
	margin: 0 0 0 -60px;
}

ul.memberships li .callout .price small {
	display: block;
	font-size: 14px;
	position: absolute;
	bottom: -25px;
	right: 25px;	
}

ul.memberships li .callout .btn {
	border:none !important;	
	display: block;
	width: 100%;
}

ul.memberships.blue li .callout {
	border: 5px solid #27B7D8;
	color: #444444;
}

ul.memberships.purple li .callout {
	border: 5px solid rgb(149,80,227);
}

ul.memberships.orange li .callout {
	border: 5px solid #ff8500;
}

ul.memberships.red li .callout {
	border: 5px solid #ed2924;
	color: #444444;
}

ul.memberships.purple li .callout .btn,
ul.memberships.purple li .callout .price {
	background-color:rgb(149,80,227) !important;
}

ul.memberships.orange li .callout .btn,
ul.memberships.orange li .callout .price {
	background-color:#ff8500 !important;
}

ul.memberships.red li .callout .btn,
ul.memberships.red li .callout .price {
	background-color:#ed2924 !important;
}

ul.memberships li .callout .btn:hover,
ul.memberships.purple li .callout .btn:hover,
ul.memberships.red li .callout .btn:hover,
ul.memberships.orange li .callout .btn:hover {
	background-color: #444444 !important;
}



/* ========================================================================== *\
   PAGE AND SINGLE POST STYLES
\* ========================================================================== */

#hero.page {
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	color: #ffffff;
}

#hero.page .inner, #hero.single .inner {
	display: block;
	width: 100%;
	padding: 50px 0 235px 0;
}

/* == ABOUT == */
body.page-id-11 #hero.page .inner, body.parent-pageid-11 #hero.page .inner {
	background-image: linear-gradient(-223deg, rgba(255,104,0,0.75) 0%, rgba(248,191,17,0.75) 100%);
}

/* == NEW STUDENTS == */
body.page-id-13 #hero.page .inner, body.parent-pageid-13 #hero.page .inner {
	background-image: linear-gradient(-223deg, rgba(39,121,216,0.75) 0%, rgba(149,80,227,0.75) 100%);
}

/* == SCHEDULE & CONTACT == */
body.page-id-15 #hero.page .inner, body.parent-pageid-15 #hero.page .inner, body.page-id-209 #hero.page .inner, body.parent-pageid-209 #hero.page .inner {
	background-image: linear-gradient(-223deg, rgba(26,134,166,0.75) 0%, rgba(46,194,174,0.75) 100%);
}

/* == MEMBERSHIPS == */
body.page-id-17 #hero.page .inner, body.parent-pageid-17 #hero.page .inner {
	background-image: linear-gradient(-223deg, rgba(237,36,60,0.75) 0%, rgba(247,159,74,0.75) 100%);
}

/* == ALL OTHER == */
#hero .inner {
	background-image: linear-gradient(-223deg, rgba(36,179,226,0.75) 0%, rgba(15,79,189,0.75) 100%);
}

#hero.single {
	background: url('images/hero-single.jpg');
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	color: #ffffff;
}

a.post {
	display: block;
	margin-bottom: 60px;
}

a.post .thumbWrap {
	width: 100%;
	max-height: 240px;
	overflow: hidden; 	
	margin-bottom: 10px;	
}

a.post:hover img {
	transform: scale(1.1,1.1);
} 

a.post img {
	display: block;
    transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
}

a.post h4 {
	display: block;
	color: #454E50;
	padding: 0 20px 10px 20px;
}

a.post em {
	font-size: 16px;
	display: block;
	padding: 0 20px;
}

#breadcrumb {
	font-size: 14px;
	line-height: 19px;
	padding-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#breadcrumb a {
	color: #ffffff;
}

#breadcrumb a:hover {
	color: #111111;
}

#main {
	display: block;
	width: 100%;
	padding-top: 300px;
	margin-top: -30px;
	border-radius: 30px 30px 0 0;
	background-image: linear-gradient(-180deg, #EEEEEE 0%, #FFFFFF 100%);	
}

#container {
	display: block;
	width: 100%;
	margin-top: -500px;
}

#container ul, #container ol {
	display: block;
	margin: 0 0 40px 20px;
}

#container ul li {
	list-style-type: disc;
	margin: 0 0 5px 0;
}

#container ol li {
	list-style-type: decimal;
	margin: 0 0 5px 0;
}

#whatsHappening {
	display: block;
	width: 100%;
	padding: 60px 0 40px 0;
}

#whatsHappening ul {
	display: block;
	max-width: 1420px;
	margin: 0 auto;
}

#whatsHappening ul li {
	display: block;
	float: left;
	width: 25%;
	padding: 0 5px;
}

#whatsHappening ul li a .thumbWrap {
	width: 100%;
	max-height: 240px;
	overflow: hidden; 	
	margin-bottom: 10px;	
}

#whatsHappening ul li a:hover img {
	transform: scale(1.1,1.1);
} 

#whatsHappening ul li a img {
	display: block;
    transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
}

#whatsHappening ul li a h4 {
	display: block;
	color: #454E50;
	padding: 0 20px 10px 20px;
}

#whatsHappening ul li a em {
	font-size: 16px;
	display: block;
	padding: 0 20px;
}

/* ========================================================================== *\
   TEACHERS
\* ========================================================================== */

.teacher {
	display: block;
	position: relative;
	width: 100%;
	min-height: 380px;
	margin-bottom: 20px; 
	border-radius: 30px;
	margin-bottom: 40px;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

.teacher .caption {
	display: block;
	position: absolute;
	color: #ffffff;
	bottom: -30px;
	left: 5%;
	width: 90%;
	padding: 20px;
	border-radius: 30px;
	background-image: linear-gradient(-45deg, rgba(26,134,166,0.9) 0%, rgba(46,194,174,0.9) 100%);
}

.teacher .caption h3 {
	padding-bottom: 15px;	
}

.teacher .caption p {
	padding-bottom: 0px;
	font-size: 16px;
	line-height: 24px;	
}

.teacher.signoff {
	padding: 80px 220px 60px 60px;
	color: #ffffff;
}

.teacher.signoff .btn.ghost {
	border-color: #ffffff !important;
	color: #ffffff !important;
}

.teacher.signoff .btn.ghost:hover {
	border-color: #ffffff !important;
	color: #454e50 !important;
	background: #ffffff !important;
}

/* ========================================================================== *\
   NEW STUDENTS
\* ========================================================================== */

#bottomImage {
	display: block;
	width: 550px;
	position: absolute;
	right: -80px;
	bottom: -230px;
}

#main.buffer {
	padding-bottom: 110px;
}

.narrow {
	max-width: 610px;
}

/* ========================================================================== *\
   STUDIO
\* ========================================================================== */

h3.heat:before {
	content: "";
	display: block;
	float: left;
	margin: -10px 20px 0 0;
	width: 32px;
	height: 47px;
	background: url('images/flame.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 32px 47px;	
}

h3.water:before {
	content: "";
	display: block;
	float: left;
	margin: -10px 20px 0 0;
	width: 33px;
	height: 47px;
	background: url('images/water.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 33px 47px;		
}

h3.reception:before {
	content: "";
	display: block;
	float: left;
	margin: -10px 20px 0 0;
	width: 42px;
	height: 48px;
	background: url('images/reception.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 42px 48px;		
}

h3.retail:before {
	content: "";
	display: block;
	float: left;
	margin: -5px 20px 0 0;
	width: 48px;
	height: 48px;
	background: url('images/retail.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 48px 48px;		
}


h3.mat:before {
	content: "";
	display: block;
	float: left;
	margin: 0 20px 0 0;
	width: 57px;
	height: 36px;
	background: url('images/mats.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 57px 36px;		
}

h3.building:before {
	content: "";
	display: block;
	float: left;
	margin: 10px 20px 10px 0;
	width: 53px;
	height: 19px;
	background: url('images/building.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 53px 19px;	
}

/* ========================================================================== *\
   BENEFITS
\* ========================================================================== */

.postureImage {
	display: block;
	position: absolute;
	top: 60px;
	right: 60px;
	max-width: 400px;
	padding: 40px;
	border: 2px solid #8727D8;
	border-radius: 30px;
}

.postureImage img {
	display: block;
	border-radius: 30px;
}

/* ========================================================================== *\
   FAQ
\* ========================================================================== */
	
#accordion {
	display: block;
	background: #eeeeee;
}

.accordianItem {
	display: block;
	padding: 0px;
	margin: 0px auto 2px auto;
	background-color: #ffffff;
}

a.accordianTitle {
	display: block;
	text-align: left;
	cursor: pointer;
	padding: 40px 60px;
	color: #4F4F4F;
	background: #ffffff;
}

a.accordianTitle h3 {
	padding-bottom: 0;
	font-size: 20px;
	font-weight: 600;
	line-height: 20px;
	text-transform: none;
	letter-spacing: 0px;
	margin-bottom: 0;
	padding-bottom: 0px;
}

a.accordianTitle .plus {
	display: block;
	float: right;
	width: 32px;
	margin: -5px 0 0 20px;
}

a.accordianTitle .minus {
	display: none;
	float: right;
	width: 32px;
	margin: 10px 0 0 20px;
}

a.accordianTitle:hover, a.accordianTitle.active {
	background-color: #f6f6f6;
	text-decoration: none;
}

.accordianBody {
	display: none;
	padding: 40px 60px 20px 60px;
}

/* ========================================================================== *\
   GENERAL CLASSES
\* ========================================================================== */

.ezcol {
	word-wrap: normal !important;
	hyphens: none !important;
}

.pp_close  {
	display: none !important;
}

.pp_top, .pp_right, .pp_left, .pp_middle, .pp_content, .pp_details {
	background: transparent !important;
}

.clear {
    clear:both;
}

.noscroll {
	overflow: hidden;
}

.small {
	font-size: 14px;
	line-height: 22px;
}

.middle{
	width:75%;
	transition:.5s ease;
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%)
}

.blue {
	color: #27B7D8;
}

.red {
	color: #ED2924;	
}

.content {
	width: 1140px;
	margin: 0px auto;
}

.callout {
	background: #ffffff;
	padding: 55px 55px 40px 55px;
	border-radius: 30px;
	margin-bottom: 40px;
	min-height: 260px;
}

.callout iframe {
	width: 100% !important;
}

.callout.yellow {
	border: 5px solid #F8BF11;
	box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
}

.callout.purple {
	border: 5px solid #8727D8;
	box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
}

.callout.red {
	border: 5px solid #ed2924;
	color: #454e50;
	box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
}

.rs-skin-widget-frame .rs-skin-schedule-list {
    padding: 0px !important;
}

.relative {
	position: relative;
}

.btn,
.wp-block-button__link {
	display: inline-block !important;
	text-align: center !important;
	font-size: 14px !important;
	line-height: 14px !important;
	letter-spacing: 1px !important;
	text-transform: uppercase !important;
	font-weight: 700 !important;
	color: #ffffff !important;
	background: #27B7D8 !important;
	border-radius: 25px !important;
	padding: 20px 60px !important;
	border: 1px solid #00BADC !important;
}

.btn:hover,
.wp-block-button__link:hover {
	background: #ED2924 !important;
	border-color: #ED2924 !important;
	color: #ffffff !important;
}

.btn.ghost,
.ghost .wp-block-button__link {
	background: transparent !important;
	color: #27B7D8 !important;
}

.btn.ghost:hover,
.ghost .wp-block-button__link:hover {
	background: #ED2924 !important;
	color: #ffffff !important;
}

.btn.block {
	display: block !important;
	margin-bottom: 20px !important;
	text-align: center !important;
}

.btn.right {
	float: right;
}

.btn.special {
	background: #ED2924;
	border-color: #ED2924;
	line-height: 19px;
}

.btn.special:hover {
	background: #27B7D8;
	border-color: #27B7D8;
}

.btn.special strong {
	font-weight: 300;
	text-transform: none;
	letter-spacing: 0px;
}

blockquote {
	display: block;
	padding: 20px 0px;
	font-style: italic;
	font-size: 20px;
	line-height: 30px;
}

blockquote.wp-block-quote {
	display: block;
	width: 100%;
	padding: 40px;
	font-style: normal;
	font-size: 24px;
	line-height: 30px;
	border-radius: 30px;
	background-image: linear-gradient(-45deg, rgba(26,134,166,0.7) 0%, rgba(46,194,174,0.7) 100%);
	color: #ffffff;
	text-align: center;
	border: none !important;
	margin-bottom: 50px;
}

blockquote.wp-block-quote cite {
	color: #ffffff;	
	line-height: 20px !important;
	display: inline-block;
}

blockquote.wp-block-quote .btn.ghost,
.wp-block-quote .btn.ghost {
	color: #ffffff !important;
	border-color: #ffffff !important;
	margin: 30px 0 0 0;	
}

blockquote.wp-block-quote .btn.ghost:hover,
.wp-block-quote .btn.ghost:hover {
	background: #ffffff !important;
	border-color: #ffffff !important;
	color: #1d1d1d !important;	
}

.video {
	display: block;
	width: 100% !important;	
}

.video.full iframe, .video.full #player {
	display: block;
	width: 100% !important;
}

.video.full{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.video.full iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* ========================================================================== *\
   LIVESTREAM CLASSES
\* ========================================================================== */

.post-password-form p {
	max-width: 350px;
}

.post-password-form label {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: bold !important;
}

.post-password-form input[type="submit"] {
	width: 100%;
}

ul.classes {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
	margin: 0 -1.5% !important;
}

ul.classes li {
	display: block !important;
	width: 22% !important;
	height: 200px !important;
	margin: 0 1.5% 3% 1.5% !important;
}

ul.classes li a {
	display: block;
	position: relative;
	text-align: center;
	color: #27B7D8;
	width: 100%;
	height: 100%;	
	background: #ffffff;
	border: 5px solid #27B7D8;
	border-radius: 25px;
}

ul.classes.purple li a {
	border-color: #8727D8;
	color: #8727D8;
}

ul.classes.purple li a:hover {
	background:#8727D8;
}

ul.classes.orange li a {
	border-color: #F8BF11;
	color: #F8BF11;
}

ul.classes.orange li a:hover {
	background: #F8BF11;
}

ul.classes li a:hover {
	background:#27B7D8;
	color: #ffffff;
}

ul.classes li a strong {
	display: block;
	width: 100%;
	font-size: 24px;	
}

ul.classes li a span {
	display: block;
	font-size: 16px;
}

/* ========================================================================== *\
   FORM STYLES
\* ========================================================================== */

input {
    -webkit-appearance: none;
    border-radius: 0;
}

label {
	display: block;
	margin-bottom: 10px;
	color: #666666 !important;
	font-size: 16px !important;
	text-transform: uppercase !important;
	letter-spacing: 1px;
}

input[type=text],
input[type=email],
input[type=password] {
    padding: 15px 20px !important;
    margin: 0 0 20px 0;
    border-radius: 0px;
    background-color: #fff;
    color: #333333;
    display: block;
    font-size: 18px;
    width: 100% !important;
	border-radius: 3px;
    border: 1px solid #666666;
    border-radius: 25px;
}

textarea {
    padding: 20px 20px !important;
    margin: 0 0 20px 0;
    border-radius: 0px;
    background-color: #fff;
    color: #333333;
    display: block;
    line-height: 20px;
    font-size: 18px;
    width: 100% !important;
    height: 220px;
    font-family: 'Muli', sans-serif;
    border: 1px solid #cccccc;
    border-radius: 3px;
}

input[type=submit],
input[type=button] {
    display: block;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 700;
	color: #ffffff;
	background: #27B7D8;
	border-radius: 25px;
	padding: 20px 60px;
	border: 1px solid #00BADC;
    cursor: pointer;
    transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}

input[type=submit]:hover,
input[type=button]:hover {
	background: #ED2924;
	border-color: #ED2924;
	color: #ffffff;
}

select {
	display: block;
	width: 100% !important;
	height: 55px !important;
	box-sizing: border-box;
   -webkit-appearance: none; 
   -moz-appearance: none;
   appearance: none;
   padding: 0px 20px !important;
   margin-bottom: 0px;
   border: 1px solid #cccccc;
   border-radius: 0px !important;
   color: #333333;
   opacity: 1;
   font-size: 18px;
   cursor: pointer;
   -webkit-border-radius: 3px !important;
   background-image: url('images/select.svg');
   background-position: right 10px center;
   background-repeat: no-repeat;
   background-size: 29px 18px;
   background-color: #ffffff;
}

input[type="checkbox"], input[type="radio"] {
	opacity: 0;
	outline: none;
	z-index: 100;
	width: 27px;
	height: 27px;
	top: 0;
	left: 0;
	position: absolute;
	appearance: none;
	cursor: pointer;
}

input[type="checkbox"] + label, input[type="radio"] + label {
	cursor: pointer;
	text-transform: none !important;
}

input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before {
	opacity: 1;
	top: 3px;
}

/* ========================================================================== *\
   ALIGNMENT
\* ========================================================================== */

.alignleft,
.alignright {
	max-width: 636px !important;	/* Let's work to make this !important unnecessary */
}

.alignleft img,
.alignright img,
.alignleft figcaption,
.alignright figcaption {
	max-width: 50%;
	width: 50%;
}

.alignleft figcaption {
	clear: left;
}

.alignright figcaption {
	clear: right;
}

.alignleft,
.alignleft img,
.alignleft figcaption {
  float: left;
  margin-right: 1.5em;
}

.alignright,
.alignright img,
.alignright figcaption {
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/* ========================================================================== *\
   CAPTIONS
\* ========================================================================== */

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* ========================================================================== *\
   GUTENBERG
\* ========================================================================== */

.entry-content > * {
  margin: 0px auto;
  max-width: 800px;
  padding-left: 14px;
  padding-right: 14px;
}

#container .entry-content ul,
#container .entry-content ol {
	max-width: 960px;
	margin: 0 auto;
}

.entry-content .instagram-media {
	display: block !important;
	margin: 0 auto 40px auto !important;
}

.noMarginBottom {
	margin: 36px auto 0px auto !important;
}

.noMarginTop {
	margin: 0px auto 36px auto !important;
}

.noMargin {
	margin: 0 auto;
}

.entry-content > .alignwide {
  max-width: 1140px;
}

.entry-content > .alignfull {
  margin: 1.5em 0;
  max-width: 100%;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.3333333333%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.6666666667%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.2857142857%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.1111111111%;
}

.gallery-caption {
  display: block;
}

.wp-block-column {
	margin-bottom: 0px;
}

.wp-block-embed {
	margin: 20px auto 60px auto !important; 
}

/* ========================================================================== *\
   COLUMNS
\* ========================================================================== */

.one_half { 
	width:48%; 
}

.one_third { 
	width:30.66%; 
}

.two_third { 
	width:65.33%; 
}

.one_fourth { 
	width:22%; 
}

.three_fourth{ 
	width:74%; 
}

.one_fifth { 
	width:16.8%; 
}

.two_fifth{ 
	width:37.6%; 
}

.three_fifth { 
	width:58.4%; 
}

.four_fifth { 
	width:67.2%; 
}

.one_sixth { 
	width:13.33%; 
}

.five_sixth { 
	width:82.67%; 
}

.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{ 
	margin-right:4%; 
	float:left; 
	position:relative;
}

.last{ 
	margin-right:0 !important; 
	clear:right; 
}

.clearboth {
	clear:both;
	display:block;
	font-size:0;
	height:0;
	line-height:0;
	width:100%;
}

#warning {
	display: block;
	padding: 20px;
	color: #ffffff;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	background: linear-gradient(-43deg, rgba(149,80,227,1) 0%, rgba(39,121,216,1) 100%);
}

#warning a {
	color: #ffffff;
	text-decoration: underline;
}

#warning a:hover {
	text-decoration: none;
}